home *** CD-ROM | disk | FTP | other *** search
/ PC Action 1998 November / PC Action Issue 71 (Xenia) (Novembre 1998).iso / rootdsks / color.bat < prev    next >
DOS Batch File  |  1997-06-27  |  887b  |  17 lines

  1. @echo off
  2. cd \rootdsks
  3. echo "                                                                          "
  4. echo "This option makes the COLOR rootdisk.  This is a floppy                   "
  5. echo "disk that allows you to install Slackware Linux on a partition using the  "
  6. echo "Linux second extended filesystem.  You must have a partition available for"
  7. echo "this purpose.  (If you wish to install Linux on an existing MS-DOS        "
  8. echo "partition, please use the UMSDOS disk instead.)                           "
  9. echo "                                                                          "
  10. echo "Insert formatted disk in drive A: and hit a key to continue or CTRL-C     "
  11. echo "to abort...                                                               "
  12. echo "                                                                          "
  13. pause
  14.  
  15. rawrite color.gz a:
  16.  
  17.